home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-serious-
/
misc
/
minimen
/
dmsx
next >
Wrap
Text File
|
1999-09-06
|
450b
|
21 lines
echo c
Requestfile >env:FDMS TITLE="Choose DMS file to extract"
if warn
echo "*N Operation canceled....!"
endif
MiniMen drives
if exists env:minmen
assign >nil: exists $MinMen:
if warn
mount >nil: sys:storage/dosdrivers/$MinMen
endif
if $MinMen EQ "PC0"
undms $FDMS to $MinMen: PC VERIFY
ELSE
undms $FDMS to $MinMen: VERIFY
ENDIF
else
echo "*N Operation canceled...!"
endif
delete >nil: env:MinMen env:FDMS